home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / lingo.ini < prev    next >
Text File  |  1995-03-06  |  212b  |  7 lines

  1. on startup
  2.     put "Now loading LINGO.INI"&&the date&&the time
  3.     put "This computer is running in "&& the colorDepth &"-bit color depth."
  4.     set the centerStage to TRUE
  5.     openxlib "fileio"
  6. end startup
  7.